The Dreamweaver JavaScript API > Keyboard functions > dom.deleteKey() |
![]() ![]() ![]() |
Availability
Dreamweaver 3.0
Description
Equivalent to pressing the Delete key the specified number of times. The exact behavior differs depending on whether there is a current selection or just an insertion point.
Arguments
{nTimes}
nTimes
is the number of times a Delete operation should occur. If omitted, the default is 1.
Returns
Nothing.
Enabler
None.
![]() ![]() ![]() |